projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8c7cb
)
(auto-insert-alist) <latex-mode>: Use
author
Dave Love
<fx@gnu.org>
Mon, 6 Nov 2000 15:17:06 +0000
(15:17 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 6 Nov 2000 15:17:06 +0000
(15:17 +0000)
\documentclass.
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index 0be2d6a7392f54aa71baa19df7ee2a10ddc9d005..498808be5b30dfe6827b6b9f8804b1100573adcc 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-118,7
+118,7
@@
If this contains a %s, that will be replaced by the matching rule."
(latex-mode
;; should try to offer completing read for these
"options, RET: "
- "\\document
style
[" str & ?\] | -1
+ "\\document
class
[" str & ?\] | -1
?{ (read-string "class: ") "}\n"
("package, %s: "
"\\usepackage[" (read-string "options, RET: ") & ?\] | -1 ?{ str "}\n")